home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1259 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-27  |  369 b   |  21 lines

  1. on(release){
  2.    saveLagPg2 = true;
  3.    if(_root.slowSpell == 1)
  4.    {
  5.       slowLag = slowy.timey.timer;
  6.    }
  7.    if(_root.shockSpell == 1)
  8.    {
  9.       shockLag = shock.timey.timer;
  10.    }
  11.    if(_root.lightSpell == 1)
  12.    {
  13.       lightLag = light.timey.timer;
  14.    }
  15.    if(_root.stopSpell == 1)
  16.    {
  17.       stopLag = stopo.timey.timer;
  18.    }
  19.    prevFrame();
  20. }
  21.